Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ReadOnlyStructList<T> Class / SyncRoot Property

In This Topic
    SyncRoot Property (ReadOnlyStructList<T>)
    In This Topic
    Gets an object that can be used to synchronize access to the ReadOnlyStructList<T>.
    Syntax
    'Declaration
     
    Public ReadOnly Property SyncRoot As System.Object
    public System.object SyncRoot {get;}
    See Also